<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">*{
    font-size: 14px;
    font-family: Arial,"Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
    color: #333;
}

html,body{
    padding:0;
    margin: 0;
}

body {
    min-width: 1200px;
    background: #fff;
}

ul, li {
    margin: 0;
    padding: 0;
    list-style: none;
}

h1 {
    font-size: 8em;
    font-weight: bold;
    margin: 0;
    padding: 0;
}

h2 {
    font-size: 3em;
    margin: 0;
    padding: 0;
}

p{
    margin: 0;
    padding: 0;
}

a{
    font-size: 1em;
    color: #373737;
    text-decoration: none;
}

.f_r{
    float: right;
}

.f_l{
    float: left;
}

.hidden{
    display: none;
}


/*======header start====*/
.header{
    width: 1200px;
    margin: 0 auto;
}

.header_top{
    height: 70px;
}

.header_top:after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #ebebeb;
    left: 50%;
    transform: translateX(-50%);
}

.header_top div{
    display: inline-block;
    height: 70px;
}

.logo{
    width: 600px;
}

.logo img{
    height: 50px;
    width: auto;
    margin-top: 10px;
}

.tel_top{
    font-size: 18px;
    line-height: 70px;
    height: 70px;
}

.tel_top p{
    margin: 0;
    height: 70px;
}

.tel_top span{
    color: #9fc911;
    font-size: 30px;
    line-height: 70px;
    margin-top: 5px;
    vertical-align: top;
}

.header_nav{
    height: 56px;
}

.nav{
    /*background: #fff;*/
    line-height: 56px;
}

.nav&gt;li{
    display: inline-block;
    height: 56px;
    font-size: 18px;
    width: 171px;
    margin-right: -4px;
    text-align: center;
    position: relative;
}

 @media screen and (-webkit-min-device-pixel-ratio:0) { 
    .nav&gt;li{ 
        /*margin-right: -8px; */
    } 
}

.nav .sec_nav{
    position: absolute;
    left: 0;
    top: 56px;
    width: 100%;
    height: 50px;
    z-index: 5;
}

.sec_nav li{
    background: rgba(159,201,17,0.7);
    font-size: 18px;
    line-height: 50px;
    border-bottom: 1px solid rgba(255,255,255,0.7);
}

.sec_nav li:last-child{
    border: none;
}

.sec_nav li a{
    color: #fff;
    line-height: 50px;
}

.sec_nav li a:hover{
    font-size: 20px;
}

.sec_nav li:hover,
.nav&gt;li.active,
.nav&gt;li:hover{
    background: #9fc911;
}

.nav&gt;li.active&gt;a,
.nav&gt;li:hover&gt;a{
    color: #fff;
    font-weight: 500;
    font-size: 20px;
}

.nav&gt;li:hover a{

}


/*=====sec_banner start====*/
.sec_banner{
    width: 100%;
    height: 300px;
    position: relative;
}

.banner_img{
    width: 100%;
    height: 300px;
    overflow: hidden;
}

.banner_img img{
    width: 100%;
    height: 100%;
    object-fit: scale-down;
}

.banner_ul{
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    margin: auto;
    height: 60px;
    background: #fff;
    box-shadow: 0 0 5px #aaa;
    z-index: 5;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translate(-50%,50%);
}

.banner_ul li{
    display: inline-block;
    width: 187px;
    height: 60px;
    border-right: 1px solid transparent;
    box-sizing: border-box;
    border-image: linear-gradient(#204b8f, #f4f4f4) 20 20;
    text-align: center;
    margin-right: -4px;
}

.banner_ul li:hover{
}

.banner_ul li:hover a,
.banner_ul li.active a,
.banner_ul li a:hover{
    color: #9fc911;
    font-weight: 500;
    font-size: 20px;
}

.banner_ul li a{
    font-size: 18px;
    line-height: 60px;
}

.banner_ul li:last-child{
    border: none;
    margin: 0;
}

.sec_pie{
    width: 1200px;
    margin: 60px auto;
}

.sec_pie{
    font-size: 16px;
    color: #666;
}

.sec_pie p{
    color: #666;
}

.sec_pie a{
    margin: 0 5px;
    color: #666;
}

.sec_pie a:hover{
    color: #9fc911;
    text-decoration: underline;
}

.sec_pie span{
    font-size: 18px;
    color: #333;
    margin: 0 5px;
}


/*====home_tit====*/
.home_tit{
    margin: 60px auto;
    text-align: center;
    margin-top: 80px;
}

.home_tit_top p{
    display: inline-block;
}

.home_tit_l,
.home_tit_r{
    width: 210px;
    height: 2px;
}

.home_tit_l{
    background-image: linear-gradient(160deg, #fff 20%,#204b8f 80%);
}

.home_tit_r{
    background-image: linear-gradient(160deg, #204b8f 20%,#fff 80%);
}

.home_p{
    font-size: 24px;
    color: #204b8f;
    line-height: 30px;
    margin: 0 10px;
    vertical-align: top;
    font-weight: bold;
}

.home_tit_bot p{
    font-size: 18px;
    margin: 10px 0;
    text-transform:uppercase;
    color: #1c1c1c;
}


/*====page start====*/
.page{
    width: 1200px;
    margin: 80px auto;
    text-align: center;
}

.page li{
    display: inline-block;
    border: 1px solid #9fc911;
    padding: 10px 15px;
    border-radius: 5px;
    margin-right: 3px;
}

.page li a{
    font-size: 14px;
}

.page .active,
.page li:hover{
    background: #9fc911;
}

.page .active a,
.page li:hover a{
    color: #fff;
}

.page .page_total,
.page .page_total:hover a{
    color: #9fc911;
}

.page .page_total:hover{
    background: none;
}

.page .page_span,
.page .page_span:hover{
    border: none;
    font-weight: bold;
    padding: 10px 0;
    background: none;
    cursor: auto;
}



/*====footer start====*/
.home_split{
    width: 100%;
    height: 100px;
    background: #fff;
}

.footer{
    width: 100%;
    background: #2f3237;
}

.foot{
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    box-sizing: border-box;
}

.foot&gt;div{
    display: inline-block;
}

.foot_l{
    width: 930px;
}

.foot_l li{
    margin-bottom: 10px;
}

.foot_l p{
    color: #fff;
    display: inline-block;
    line-height: 30px;
    font-size: 18px;
    vertical-align: top;
}

.foot_l p.foot_tel{
    font-size: 32px;
}

.foot_l span{
    display: inline-block;
    width: 20px;
    height: 20px;
    line-height: 40px;
    margin-right: 10px;
}

.foot_l span img{
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.foot_r div{
    width: 120px;
    height: 120px;
    margin-top: 20px;
}

.foot_r img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}</pre></body></html>